home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / include / libraries / mathlibrary.h < prev    next >
C/C++ Source or Header  |  1988-07-15  |  525b  |  22 lines

  1. #ifndef    LIBRARIES_MATHLIBRARY_H
  2. #define    LIBRARIES_MATHLIBRARY_H
  3. #ifndef    EXEC_TYPES_H
  4. #include    <exec/types.h>
  5. #endif
  6. #ifndef    EXEC_LIBRARIES_H
  7. #include    <exec/libraries.h>
  8. #endif
  9. struct    MathIEEEBase
  10. {
  11. struct    Library    MathIEEEBase_LibNode;
  12. unsigned    char    MathIEEEBase_Flags;
  13. unsigned    char    MathIEEEBase_reserved1;
  14. unsigned    short    *MathIEEEBase_68881;
  15. APTR    MathIEEEBase_SysLib;
  16. APTR    MathIEEEBase_SegList;
  17. struct    MathIEEEResource    *MathIEEEBase_Resource;
  18. int    (*MathIEEEBase_TaskOpenLib)();
  19. int    (*MathIEEEBase_TaskCloseLib)();
  20. };
  21. #endif
  22.